home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / find-37.zoo / find-3.7 / read.me < prev    next >
Encoding:
Text File  |  1993-02-28  |  1.7 KB  |  35 lines

  1. Hi all,
  2.  
  3. This is a port of GNU find 3.7 for MiNT. It was compiled using gcc 2.3.3
  4. and the mintlibs pl 30. Find works fine for me, but it is horribly slow
  5. on MS-DOS (TOS) file-systems. This seems to be a problem with MiNT.
  6. (Or, how would *you* explain why find is 10 times slower on TOS filesystems
  7. when compared to minix filesystems on the same harddisk?)
  8.  
  9. Also included is `locate'. This program can locate files using a database
  10. built with `updatedb'. Building this database takes quite some time
  11. (7 minutes on my 105 Mb system), but once it is built, locating files
  12. on your harddisk becomes very fast indeed.
  13.  
  14. Installation instructions:
  15. - copy find.ttp and locate.ttp to your bin directory
  16. - copy find.1 and locate.1 to your /usr/man/man1 directory.
  17. - copy code.ttp, bigrams.ttp and updatedb.sh to /usr/lib/locate.
  18.   If you use a different directory, set your environment variable
  19.   LOCATE_DB to the database name used and edit updatedb.sh.
  20. - edit updatedb.sh to prune those directories on your system that you don't
  21.   want included in the database. My prunes are included, but commented out.
  22.   I recommend pruning work, spool and tmp directories; I also pruned
  23.   the TeX and metafont font directories.
  24. - run updatebd.sh (`sh updatedb.sh'). updatedb will need awk, sort, tr and
  25.   uniq in order to work. Otherwise, you're out of luck...
  26. - rerun updatedb.sh after major changes in your directory structure, or
  27.   otherwise every few weeks or so.
  28.  
  29. The sources for GNU find are available at prep.ai.mit.edu; I did not change
  30. them. I have included the Makefile for those that want to recompile stuff
  31. themselves.
  32.  
  33. Good luck & enjoy!
  34. Hildo Biersma // boender@dutiws.twi.tudelft.nl
  35.